home *** CD-ROM | disk | FTP | other *** search
- /*
- DDEINC.H -
-
- This file:
-
- To forward declare common ADS DDE objects and to faciliate
- the compilation, if pre-compiled headers are used.
-
- (C) Copyright 1988-1994 by Autodesk, Inc.
-
- This program is copyrighted by Autodesk, Inc. and is licensed
- to you under the following conditions. You may not distribute
- or publish the source code of this program in any form. You
- may incorporate this code in object form in derivative works
- provided such derivative works are (i.) are designed and
- intended to work solely with Autodesk, Inc. products, and
- (ii.) contain Autodesk's copyright notice "(C) Copyright
- 1988-1994 by Autodesk, Inc."
-
- AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
- AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF MER-
- CHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
- DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
- UNINTERRUPTED OR ERROR FREE.
-
- */
- #ifndef _DDEINC_H_
- #define _DDEINC_H_
-
- //-----------------------------------------------------------------------------
- #include <windows.h>
- #include <ddeml.h>
- #include "adsinc.h"
-
- //-----------------------------------------------------------------------------
- // DDEMISC.H
- //
- struct DDETHIS_LOOKUP;
- struct DDE_INSTANCE;
- struct DDE_STRING_HANDLE;
- struct DDE_SERVICE;
- struct DDE_TOPIC;
- struct DDE_ITEM;
- struct EXCEL_ITEM;
- struct DDE_HCONV;
-
- //-----------------------------------------------------------------------------
- // DDEINFO.H
- //
- struct SERVER_INFO;
- struct SS_SERVER_INFO;
-
- //-----------------------------------------------------------------------------
- // DDECONX.H
- //
- class DDE_CONNECTION;
-
- //-----------------------------------------------------------------------------
- // CONXCLNT.H
- //
- class DDE_CLIENT_CONNECTION;
-
- //-----------------------------------------------------------------------------
- // SSCLNT.H
- //
- class SS_CLIENT_CONNECTION;
- class EXCEL_CLIENT_CONNECTION;
-
- //-----------------------------------------------------------------------------
- // DDEGLOB.H
- //
- struct DDE_GLOBAL;
-
- //-----------------------------------------------------------------------------
- #include "ddeglob.h"
- #include "ddemisc.h"
- #include "ddeinfo.h"
- #include "ddeconx.h"
- #include "conxclnt.h"
- #include "ssclnt.h"
-
- //-----------------------------------------------------------------------------
-
-
- #endif
-